IBDAC

TCustomIBCArray Methods

Methods of the TCustomIBCArray class.

For a complete list of the TCustomIBCArray class members, see the TCustomIBCArray Members topic.

Public

Name Description

AddRef (inherited from TSharedObject)

Increments the reference count for the number of references dependent on the TSharedObject object.

Assign

Copies the Source object content to the current one.

ClearArray

Clears all array values on the server if Cached is set to False.

CreateTemporaryArray

Creates a temporary array on the InterBase server.

GetArrayInfo

Used to get array descriptor.

GetItemAsDateTime

Reads the value of an array item into an object or variable of the TDateTime type.

GetItemAsFloat

Reads the value of an array item into a floating-point number.

GetItemAsInteger

Reads the value of an array item into a integer.

GetItemAsSmallInt

Reads the value of an array item into a short integer.

GetItemAsString

Reads the value of an array item into a string.

GetItemAsWideString

Reads the value of an array item into a WideString.

GetItemsSlice

Returns the array slice items' values.

GetItemValue

Returns the array item value.

ReadArray

Reads an array from the database to memory.

ReadArrayItem

Reads the array item specified by indices from the database to memory.

ReadArraySlice

Reads array slice from the database to memory.

Release (inherited from TSharedObject)

Decrements the reference count.

SetItemAsDateTime

Assigns the TDateTime value to the contents of an array item.

SetItemAsFloat

Assigns floating-point value to the contents of an array item.

SetItemAsInteger

Assigns integer value to the contents of an array item.

SetItemAsSmallInt

Assigns short integer value to the contents of an array item.

SetItemAsString

Assigns string value to the contents of an array item.

SetItemAsWideString

Assigns WideString value to the contents of an array item.

SetItemsSlice

Sets the array slice values.

SetItemValue

Sets the array item value.

WriteArray

Writes all cached array values to the database.

WriteArraySlice

Writes cached array slice.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback